#The covid epidemic did not appear to have a drastic impact on residental and commercial electric use or gas use. For the most part the gas and electric usage for residental and commercial customers remained uniformed and consistent.There was a small plateau around March of 2020 for residential gas and electric usage when most people started quarantining, but the lowest point in between 2019 and 2020 was not drastically lower than the lowest point in years before (2017-2019)
#A caveat of this data is that it is unclear how it was collected. The usage reports and current Reports do not explain how energy measurments were made and whether customers were reporting the data themselves. I assumed that all the data in these sets were collected consistently and in an accurate manner.
This is an R Markdown document. Markdown is a simple formatting syntax for authoring HTML, PDF, and MS Word documents. For more details on using R Markdown see http://rmarkdown.rstudio.com.
When you click the Knit button a document will be generated that includes both content as well as the output of any embedded R code chunks within the document. You can embed an R code chunk like this:
## speed dist
## Min. : 4.0 Min. : 2.00
## 1st Qu.:12.0 1st Qu.: 26.00
## Median :15.0 Median : 36.00
## Mean :15.4 Mean : 42.98
## 3rd Qu.:19.0 3rd Qu.: 56.00
## Max. :25.0 Max. :120.00
You can also embed plots, for example:
Note that the echo = FALSE parameter was added to the code chunk to prevent printing of the R code that generated the plot.